Get HS Token
Request to be POSTed to uri : /NorenWClientTP/GetHsToken
Request Details :
Parameter Name | Possible value | Description |
---|---|---|
jData* | Should send json object with fields in below list | |
jKey* | Key Obtained on login success. |
Json Fields | Possible value | Description |
---|---|---|
uid* | User Id |
Response Details :
Response data will be in json format with below fields.
Json Fields | Possible value | Description |
---|---|---|
stat | Ok or Not_Ok | If Pin setting is Success Or failure status |
request_time | This will be present only if password change succeeds. | |
hstk | One time Token to be sent to BackOffice or third party link | |
emsg | This will be present only if password change fails |
Sample Success Response :
{
"request_time":"17:01:45 27-05-2020",
"stat":"Ok",
"susertoken":"b0856b3f6c4bac657417fc95de3e2060567b8bd80665e0a8ab82bbde5c434936",
"lastaccesstime":"1590579105"
}
Sample Failure Response :
{
"request_time":"11:19:56 28-05-2020",
"stat":"Not_Ok",
"emsg":"Invalid Input : Mpin Invalid"
}